sampler info meaning in Chinese
(采样信息)工具
Examples
- The sampler info node provides the world space coordinates of the point being shaded within the sphere
第一,在球上的被着色点需要去从世界坐标转换到相对于球体的物体空间坐标。 - As each point on the surface is being shaded the sampler info node determines the facing ratio value for that point
在被着色表面上的每一个点上,采样信息节点决定这个点的分形比率。 - To do this a sampler info node passes facing ratio information about the surface to the first term of the condition node , where it is compared with the value of the condition node ' s second term
单一的轮廓线是通过表面的分形比率(被着色点面向摄像机时的角度)评估后产生的,并且依据这个评估结果赋予一个颜色。 - If the sampler info node finds that the pixel being rendered is on an evenly numbered row ( in the y direction of the frame ) then it assigns a random color to the pixel , but if the pixel is on an oddly numbered line it assigns the color black to the pixel
如果采样信息节点找到被渲染的象素是在一个偶数的行(在帧上的y向上) ,然后它赋予一个随机的颜色到象素上,但如果这个象素是在奇数行上,这将赋予一个黑色去象素上。 - The sampler info node samples each point on the surface being shaded , if the sampler info node finds that the normal is facing the camera , it will output a value of 0 to the condition node , but if the normal is not facing the camera then it will output a value of 1
采样信息节点对被着色表面的每一个点进行采样,如果采样信息节点找到面对摄像机时的法线,它将输出一个数值0到条件节点,但如果法线不面对摄像机时它将输出一个数值为1 。